home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 016a / imdisp77.zip / CHANGES.DOC < prev    next >
Text File  |  1991-10-07  |  7KB  |  134 lines

  1. aw3 = Archie Warnock
  2. mjm = Mike Martin
  3. rb  = Ron Baalke
  4.  
  5. Version 7.7 - Released 10/08/91
  6.               Added CURSOR option to DISPLAY command (09/21/91 - rb)
  7.               Added ROTATE command (09/26/91 - rb)
  8.               Added WINDOW command (09/18/91 - rb)
  9.               Cleaned up FatalError routine to close files and
  10.                       deallocate memory (09/18/91 - aw3)
  11.               Make labelsize global variable (09/18/91)
  12.  
  13. Version 7.6 - Released 09/18/91
  14.               Patched GIF bug - again (09/18/91 - rb)
  15.  
  16. Version 7.5 - Released 09/16/91
  17.               Patched GIF code to read GIF89a images (09/09/91 - rb)
  18.               Fixed GIF bug (09/15/91 - rb)
  19.  
  20. Version 7.4 - Released 08/23/91
  21.               Added MASK command (07/20/91 - rb)
  22.               Added POWER & STAIR filters (07/21/91 - rb)
  23.               Added SET DELAY & SET PROMPT options (07/22/91 - rb)
  24.               Added batch file comments capability (07/22/91 - rb)
  25.               Fixed a bug in buffer scheme (07/22/91 - rb)
  26.               Added keyboard break to HIST (07/22/91 - mjm)
  27.               Fixed a bug in DISPLAY SOU (07/22/91 - mjm)
  28.  
  29. Version 7.3 - Not released
  30.               Added extended/expanded memory interface (07/91 - rb)
  31.               Modified PERSPECT command to store image into refresh buffer
  32.                    (07/91 - rb)
  33.               Add TIME option to PAL CYCLE (07/91 - rb)
  34.               Modified CURSOR so that the cursor position is retained for
  35.            command logging, added DSL & DSS options (07/91 - rb)
  36.               Modified SET (no paramaters) so that DNLOW & DNHIGH are displayed
  37.                    (07/91 - rb)
  38.               Added code to display source file if the name is given in PDS
  39.                    label for Mars MDIM and Magellan F-MIDR (07/18/91 - mjm)
  40.               Added code to compute source file name for Mars MDIM
  41.                    dataset (07/18/91 - mjm)
  42.               Fixed HIST command when histogram offset is given in PDS
  43.                    label (07/18/91 - mjm)
  44.  
  45. Version 7.2 - Not released
  46.               Added 5x5 mask to the MEAN filter (06/19/91 - rb)
  47.               Added multiple buffers, COPY and MERGE (6/20/91 - rb)
  48.               Added PERspective command and new palette (6/23/91 - aw3)
  49.               Added GIF reader (06/28/91 - rb)
  50.               Added FAST option to PAL CYC (06/29/91 - rb)
  51.               Added new palette #11 (06/29/91 - rb)
  52.               Added VESA support (1024x768x256 mode only) (6/28/91 - aw3)
  53.               Added 7x7 mask to the MEAN filter (07/91 - rb)
  54.               Added UNSHARP and LOG filters (07/91 - rb)
  55.  
  56. Version 7.1 - Not released
  57.               Grouped filter under the ENHANCE command (05/91)
  58.               File will attempted to be put into extended memory with the
  59.                    FILE command, added NOMEMORY option (05/18/91 - rb)
  60.               Added BAALKE filter (05/18/91 - rb)
  61.               Added SLANT command (05/18/91 - rb)
  62.               Fixed bug with EDGE filter (05/18/91 - rb)
  63.               Added NOClear subcommand to EXIT and QUIT (05/20/91 - aw3)
  64.               Squashed an uninitialized variable bug in display.c
  65.                        (05/22/91 - rb)
  66.               Added mouse support for CURsor, PROfile and PAL EDI
  67.                        commands (5/26/91 - aw3)
  68.               Bug fixes to file select (06/17/91 - rb)
  69.               Fixed SAVE to refresh over command line prompt (06/17/91 - rb)
  70.               Added command logging (06/19/91 - aw3)
  71.  
  72. Version 7.0 - Not released
  73.               Added extended memory interface for refresh buffer (05/91 - rb)
  74.               Palette and file are restored after SWAP (05/91 - rb)
  75.               Fixed Orchid bug in ReadPixel(), added Which_Tseng()
  76.                   (05/91 - rb/aw3)
  77.               Refresh buffer is adjusted after display change with SET DIS
  78.                   (05/91 - rb)
  79.               Added GetLine() to read a line of pixels from the screen or
  80.                   refresh buffer (05/91 - rb)
  81.               Added DARKEN and BRIGHTEN commands (05/91 - rb)
  82.               Added image processing capabilities: MEAN, MEDIAN, CONVOLUTION
  83.                   and EDGE enhancement filters (05/91 - rb)
  84.               Added option to apply filters to either image or entire
  85.                   screen (05/91 - rb)
  86.               Grouped filters together under a new FILTER command (05/91 - rb)
  87.               Added a SMEAR filter (05/91 - rb)
  88.               Added Orchid code to GetLine() (05/91 - rb)
  89.               Added option to SAVE to save screen to refresh buffer (05/91-rb)
  90.  
  91.  
  92. Version 6.0 - Not released
  93.               Scrolling palette while editing speeded up (using
  94.                   memmove() instead of for()-loop)  (2/4/91 - aw3)
  95.               TIMER module and Delay() routines added to palette
  96.                   scrolling (2/5/91 - aw3)
  97.               Added NOPROMPT option to TEXT command (2/3/91 - rb)
  98.               Added palette directory to PAL LOAD command (2/3/91 - rb)
  99.               Added Sleep routine (IMDUTIL.C) (2/4/91 - rb)
  100.               Added palette cycling (PAL CYC) option (2/4/91 - rb)
  101.               Created CYCLE.BAT batch file (2/4/91 - rb)
  102.               Added SET PAL option & IMPALETTE enviroment variable
  103.                    (2/8/91 -rb)
  104.               Added Trident support (TRIDENT.OBJ from gg/usgs) (3/5/91 -aw)
  105.               Combined PAL SCR and PAL CYC options under PAL CYC (3/7/91 -aw)
  106.               Added VAX-float support for VICAR color palette (4/8/91 - rb)
  107.               More palette menu stuff (4/8/91 - rb)
  108.               Added AUTO option to DIS and BRO (4/9/91 - mjm)
  109.  
  110. Version 5.7 - Not released
  111.               SAV *.GIF now saves in GIF format (1/18/91 - aw3)
  112.               Return to starting directory on exit (1/18/91 - aw3)
  113.               Moved refresh buffer to external file (1/22/91 - aw3)
  114.               Moved text routines to TEXTUTIL.C (1/24/91 - aw3)
  115.               Moved palette routines to PALUTIL.C (1/24/91 - aw3)
  116.               Added MSHELL memory allocation error detection (1/24/91 - aw3)
  117.               Refresh buffer looks for env. variable IMREFRESH for
  118.                   directory (1/24/91 - aw3)
  119.               Delete swap file after unsuccessful return (1/29/91 - aw3)
  120.               Reopen (rather than create) existing refresh file, if it
  121.                   already exists (1/29/91 - aw3)
  122.               Added NOPROMPT option to DISPLAY command (2/2/91 - rb)
  123.               PAL SCRoll functions added (2/4/91 - aw3)
  124.  
  125. Version 5.61 - (special for JEDI project) released 3/5/91
  126.               Added Trident support (TRIDENT.OBJ from gg/usgs) (3/5/91 -aw)
  127.  
  128. Version 5.6 - released 1/31/91
  129.               Use SWAP to free up external memory for SYS commands (aw3)
  130.               Include internal 256-color palettes (mjm)
  131.               Character font scaling to display resolution (aw3)
  132.               Support for Orchid ProDesigner II (aw3)
  133.               Separate StatusLine routine (mjm)
  134.